home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / PRNTOPT.DFM / PRNTOPT.txt
Encoding:
Text File  |  1996-08-21  |  2.5 KB  |  108 lines

  1. object FrmPrintOptions: TFrmPrintOptions
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Options'
  6.   ClientHeight = 205
  7.   ClientWidth = 240
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object LblStart: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 75
  20.     Height = 16
  21.     Caption = 'Start Page :'
  22.   end
  23.   object LblStop: TLabel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 74
  27.     Height = 16
  28.     Caption = 'Stop Page :'
  29.   end
  30.   object LblCopies: TLabel
  31.     Left = 8
  32.     Top = 96
  33.     Width = 100
  34.     Height = 16
  35.     Caption = 'Report Copies :'
  36.   end
  37.   object LblCollation: TLabel
  38.     Left = 8
  39.     Top = 136
  40.     Width = 65
  41.     Height = 16
  42.     Caption = 'Collation :'
  43.   end
  44.   object BtnOK: TBitBtn
  45.     Left = 15
  46.     Top = 168
  47.     Width = 89
  48.     Height = 33
  49.     TabOrder = 0
  50.     Kind = bkOK
  51.   end
  52.   object EdtStart: TEdit
  53.     Left = 112
  54.     Top = 16
  55.     Width = 121
  56.     Height = 24
  57.     TabOrder = 1
  58.     Text = 'EdtStart'
  59.   end
  60.   object EdtStop: TEdit
  61.     Left = 112
  62.     Top = 56
  63.     Width = 121
  64.     Height = 24
  65.     TabOrder = 2
  66.     Text = 'EdtStop'
  67.   end
  68.   object EdtCopies: TEdit
  69.     Left = 112
  70.     Top = 96
  71.     Width = 121
  72.     Height = 24
  73.     TabOrder = 3
  74.     Text = 'EdtCopies'
  75.   end
  76.   object EdtCollation: TEdit
  77.     Left = 112
  78.     Top = 136
  79.     Width = 121
  80.     Height = 24
  81.     TabOrder = 4
  82.     Text = 'EdtCollation'
  83.   end
  84.   object BtnSetPrintOptions: TBitBtn
  85.     Left = 112
  86.     Top = 168
  87.     Width = 113
  88.     Height = 33
  89.     Caption = 'Set Options'
  90.     TabOrder = 5
  91.     OnClick = BtnSetPrintOptionsClick
  92.     Glyph.Data = {
  93.       78010000424D7801000000000000760000002800000020000000100000000100
  94.       04000000000000000000120B0000120B00000000000000000000000000000000
  95.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  96.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  97.       0003377777777777777308888888888888807F33333333333337088888888888
  98.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  99.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  100.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  101.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  102.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  103.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  104.       33333337FFFF77333333333000000333333333377777733333330000}
  105.     NumGlyphs = 2
  106.   end
  107. end
  108.